From adb7c3ff06a06d13be9417d32e0db1e4f5784831 Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Mon, 15 Aug 2005 14:52:32 +0000 Subject: [PATCH] Quieten down grant table code. Signed-off-by: ian@xensource.com --- xen/common/grant_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index b6af8d17d9..b3bbc7e0db 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -1130,7 +1130,7 @@ gnttab_prepare_for_transfer( int retries = 0; unsigned long target_pfn; -#ifdef GRANT_DEBUG_VERBOSE +#if GRANT_DEBUG_VERBOSE DPRINTK("gnttab_prepare_for_transfer rd(%hu) ld(%hu) ref(%hu).\n", rd->domain_id, ld->domain_id, ref); #endif @@ -1211,7 +1211,7 @@ gnttab_notify_transfer( grant_entry_t *sha; unsigned long pfn; -#ifdef GRANT_DEBUG_VERBOSE +#if GRANT_DEBUG_VERBOSE DPRINTK("gnttab_notify_transfer rd(%hu) ld(%hu) ref(%hu).\n", rd->domain_id, ld->domain_id, ref); #endif -- 2.30.2